emsi_containers v0.9.0 (2021-09-22T16:21:01Z)
Home
Dub
Repo
SList.back
containers
slist
SList
Complexity: O(length)
struct
SList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
inout @
property
auto
back
(
this
This
)
(
)
Return Value
Type:
auto
the least recently inserted item.
Meta
Source
See Implementation
containers
slist
SList
aliases
insert
insertAnywhere
put
constructors
this
destructors
~this
functions
back
clear
empty
front
insertFront
length
moveFront
opOpAssign
opSlice
popFront
remove
postblits
this(this)
Complexity: O(length)